When writing out rich text fields no need to strip the html you can just disable output escaping. Actually the rte escaping caught me out recently when looking at a lucene search problem for someone on forum they were getting errors when indexing scandanavian. I was coming out with some complex hacks when all that was needed was encoding to be stopped!
Getting skandinavian characters in list using RTE. [Solved]
id like to replace the å ä ö and get skandinavian skandinavian åäö instead. Getting the problem when im doing lists. I am using V4.
XSLT:
[color=green]
[color=darkred]
----- Here comes the text----
[/color]
[/color]
Getting it only when im getting text from a RTE datatype..
mewfin,
Try
[code]
[/code]
Regards
Ismail
great, thanks man :)
mewfin,
When writing out rich text fields no need to strip the html you can just disable output escaping. Actually the rte escaping caught me out recently when looking at a lucene search problem for someone on forum they were getting errors when indexing scandanavian. I was coming out with some complex hacks when all that was needed was encoding to be stopped!
Regards
Ismail
is working on a reply...